home *** CD-ROM | disk | FTP | other *** search
- !Include("../UIDef/UI.def")
- //------ UI stuff -----------------------------
- Interface("UI_NET_JOIN_LOADING")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(0)
- SelKeyDown(0)
-
- //--- WindowTitlePattern pattern for UI_NET_JOIN_LOADING :
- !Include("../uidef/WindowTitle_T_L_Corner.def")
-
-
- //--- SmallLogoPattern pattern for UI_NET_JOIN_LOADING :
- !Include("../uidef/SmallLogo_T_L_Corner.def")
-
-
- //--- LoadingProgress pattern for UI_NET_JOIN_LOADING :
- !Include("..\\uidef\\LoadingProgress.def")
-
- Text("")
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(0)
- ParentPositioning(0)
- PreviousElemPositioning(0)
- ParentCenteringX(0)
- ParentCenteringY(0)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureAlpha(1.0)
- LogicSize(1.0,1.0)
- LogicPos(0.0,0.0)
-
- ControlObject("UIProgressBar","ID_PROGRESS","Regular.LoadingProgress")
- {
- }// [UIProgressBar] ID_PROGRESS
-
- Window("UIWindow","ID_LOGO","Regular.SmallLogoPattern")
- {
-
- Static("UIStatic","ID_TITLE","Regular.WindowTitlePattern")
- {
- ForceTextLowerCase()
- }// [UIStatic] ID_TITLE
- }// [UIWindow] ID_LOGO
-
-
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursor("c_arrow.png")
- EditCursorSize("c_resize.png")
- EditCursorMove("c_move.png")
- Cursor("cursor.png")
- }
-